home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act5 / 00412.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  150 b   |  9 lines

  1. on exitFrame
  2.   global emptyness
  3.   repeat with xxx = 7 to 14
  4.     puppetSprite(xxx, 0)
  5.   end repeat
  6.   unLoad(1, the frame - 1)
  7.   set emptyness to 0
  8. end
  9.